home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / utility / see / start.mnu < prev    next >
Text File  |  1996-07-18  |  5KB  |  143 lines

  1. ;   MENU LIBRARY FOR PSMENU_D
  2. ;   -------------------------
  3. ;
  4. ;   Lines starting with semi-colons (like this one) are ignored.
  5. ;
  6. ;   Each menu name has a colon in column one (e.g. :MENU)
  7. ;   A control line has a slash in column one (e.g. /DOS)
  8. ;
  9. ;   If you are using PSMENU in conjunction with a program designed by
  10. ;   Pinnacle Software, we have reserved save positions 49-99 for you.
  11. ;   That is to say, none of our applications will use positions 49-99.
  12. ;   For details about save positions, type PSMENU /? at the DOS prompt.
  13. ;
  14. ;   To experiment with this menu library, try the following commands at
  15. ;   the DOS prompt:
  16. ;
  17. ;   PSMENU_D START START 1
  18. ;   PSMENU_D START MANUAL 1
  19. ;   PSMENU_D START LICENSE 1
  20. ;
  21. ;==========================================================================
  22. ;
  23. ;   PSMENU is Copyright (C) 1996 by Pinnacle Software (Phone 514-345-9578).
  24. ;   You may use PSMENU free of charge if you own or are evaluating one of
  25. ;   our products.  You may also use it in your own commercial or in-house
  26. ;   product.  Type PSMENU_D at the DOS prompt for copyright restrictions.
  27. ;
  28. ;==========================================================================
  29. ;
  30. ;   CONTROL LINES
  31. ;   -------------
  32. ;
  33. ;   The /DOS control code sets menu colors for the DOS version of PSMENU.
  34. ;   /DOS can be inserted at the top of the file (in which case it acts as
  35. ;   the default), or it can be included "inline", just after the menu label
  36. ;   to which it applies.
  37. ;
  38. ;   The control codes are as follows:
  39. ;
  40. ;   CODE DEFAULT MEANING
  41. ;   ---- ------- -------
  42. ;   HSF    Wht   Foreground color for highlighted selection and title lines
  43. ;   HSB    Blk   Background color for highlighted selection item
  44. ;   NSF    Cyn   Foreground color for non-selected item
  45. ;   BXF    Blu   Foreground color for box
  46. ;   BXB    Grn   Background color for box, title and non-selected items
  47. ;   DTF    Brn   Foreground color for desktop
  48. ;   DTB    Blu   Background color for desktop
  49. ;
  50. ;   The color codes are as follows:
  51. ;
  52. ;   COLOR         CODE     COLOR         CODE
  53. ;   ------------- -----    ------------- -----
  54. ;   Black         Blk      Dark Grey     DkGry
  55. ;   Blue          Blu      Light Blue    LtBlu
  56. ;   Green         Grn      Light Green   LtGrn
  57. ;   Cyan          Cyn      Light Cyan    LtCyn
  58. ;   Red           Red      Light Red     LtRed
  59. ;   Magenta       Mag      Light Magenta LtMag
  60. ;   Brown         Brn      Yellow        Yel
  61. ;   Light Grey    LtGry    White         Wht
  62. ;
  63. ;   Colors in the second column can not be used as background colors.
  64. ;   If you attempt to use them as such, they will be converted to the
  65. ;   corresponding background color (e.g. Light Blue becomes Blue).
  66. ;
  67. ;   Case is not important (e.g. Wht is treated the same as WHT).
  68. ;
  69. ;   If PSMENU detects that the user has a monochrome monitor, it will
  70. ;   ignore any color settings and use a black and white color scheme.
  71. ;
  72. ;==========================================================================
  73. ;
  74. ;   Default colors
  75. ;
  76. /DOS     HSF=Wht HSB=Blk NSF=Cyn BXB=Blu BXF=Grn DTF=Brn DTB=Blu
  77. ;
  78. ;==========================================================================
  79. :START "SEE" by Pinnacle Software
  80. /DOS     HSF=Yel HSB=Blk NSF=LtCyn BXB=Blu BXF=Cyn DTF=Grn DTB=Blu
  81.  INFO ······· User manual for SEE
  82.  
  83.  NEW ········ What's new in this version
  84.  
  85.  EXAMPLES ··· Watch SEE in action
  86.  
  87.  LICENSING ·· Licensing information
  88.  
  89.  
  90.  QUIT ······· Return to DOS
  91. ;
  92. ;==========================================================================
  93. :EXAMPLE2 SEE Demonstration
  94. INFO ········· Explanation of this demonstration
  95.  
  96. COMMAND ······ Display the command we will perform
  97.  
  98. DEMO ········· Perform the command
  99.  
  100.  
  101.  
  102.  
  103. QUIT ········· Return to previous menu
  104. ;
  105. ;==========================================================================
  106. :EXAMPLES Demonstration of SEE Parameters
  107. Example #1 ··· Demonstration of /F AND /M
  108. Example #2 ··· Demonstration of /K
  109. Example #3 ··· Demonstration of /O
  110. Example #4 ··· Demonstration of /U
  111. Example #5 ··· Demonstration of /X
  112. Example #6 ··· Demonstration of /N /Q AND /P
  113.  
  114.  
  115.  
  116. QUIT ········· Return to main menu
  117. ;
  118. ;==========================================================================
  119. :MANUAL SEE User Manual
  120.  ALL ········ View entire user manual
  121.  TITLE ······ Title page
  122.  OVERVIEW ··· An overview of the SEE manual
  123.  INTRO ······ Introduction to SEE
  124.  HOW ········ How to use SEE
  125.  MACROS ····· Command-line macros
  126.  HYPER ······ Hyperdocs
  127.  CONFIG ····· Configuring SEE
  128.  ERRORS ····· Error codes
  129.  QUIT ······· Return to previous menu
  130. ;
  131. ;==========================================================================
  132. :LICENSE Licensing Information
  133.  ORDER ······ View or print ordering information
  134.  
  135.  DISTRIB ···· Vendor and sysop information
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  QUIT ······· Previous menu
  143.